type github.com/jackc/pgx/v5/pgtype.encodePlanPathCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		path.go#L85: 		return encodePlanPathCodecBinary{}
		path.go#L93: type encodePlanPathCodecBinary struct{}
		path.go#L95: func (encodePlanPathCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {